Skip to content

Commit

Permalink
Add EditorConfig http://EditorConfig.org
Browse files Browse the repository at this point in the history
  • Loading branch information
lnussel committed Sep 21, 2022
1 parent 9b8079a commit 7a53a0f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# http://EditorConfig.org
root = true

[**]
indent_style = space
indent_size = 2
tab_width = 8
end_of_line = lf
charset = utf-8

[{build,build-*,init_buildsystem}]
indent_style = tab
indent_size = 4

[Makefile]
indent_style = tab
indent_size = 8

0 comments on commit 7a53a0f

Please sign in to comment.