cake
/
libp7
Archived
1
0
Fork 1

Here, an editor configuration file.

This commit is contained in:
Thomas Touhey 2017-01-16 18:23:59 +01:00
parent 1a66999e30
commit 98dfdfb2fb
1 changed files with 12 additions and 0 deletions

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
# Editor Configuration for libp7 - see http://editorconfig.org
root = true
# Unix-style newlines with a newline ending every file.
[*]
end_of_line = lf
insert_final_newline = true
# No war, just tabulations.
[*]
indent_style = tab
indent_size = 4