diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-04-08 11:05:42 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-04-08 11:05:52 -0400 |
commit | 81e851369a6462cdc14569757db16e5d0c49c58f (patch) | |
tree | 5631c699091d894a6d46a6e159b69fdd6964cfb2 /.editorconfig | |
parent | d6261274cf0b3aa51ce8ea7418a79495b20ad558 (diff) | |
download | bemenu-81e851369a6462cdc14569757db16e5d0c49c58f.tar.gz bemenu-81e851369a6462cdc14569757db16e5d0c49c58f.tar.bz2 bemenu-81e851369a6462cdc14569757db16e5d0c49c58f.zip |
Add .editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..30ab761 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf + +[*.{c,h,cmake,txt}] +indent_style = space +indent_size = 4 |