1
0
Fork 0
mirror of https://github.com/Cloudef/bemenu synced 2024-04-26 11:55:15 +02:00

Add .editorconfig

This commit is contained in:
Drew DeVault 2018-04-08 11:05:42 -04:00
parent d6261274cf
commit 81e851369a

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
root = true
[*]
charset = utf-8
end_of_line = lf
[*.{c,h,cmake,txt}]
indent_style = space
indent_size = 4