0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2024-12-22 15:23:29 -05:00

Merge pull request #76 from dryoma/master

Added .editorconfig
This commit is contained in:
Neil Jenkins 2015-05-03 13:13:29 +07:00
commit 9a51935479

12
.editorconfig Normal file
View file

@ -0,0 +1,12 @@
# EditorConfig is awesome: http://EditorConfig.org
root = true
# All files
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4