Skip to content

Commit

Permalink
Add .gitignore and .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
liweitianux committed Sep 25, 2022
1 parent 40af4e6 commit 0577bac
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
root = true

[*]
indent_style = space
indent_size = 4
tab_width = 8
trim_trailing_whitespace = true
insert_final_newline = true

[{Makefile,GNUmakefile}]
indent_style = tab
indent_size = 8
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.o
/xtf8

0 comments on commit 0577bac

Please sign in to comment.