cake
/
p7utils
Archived
1
0
Fork 0

Here, a freakin' editorconfig file.

This commit is contained in:
Thomas Touhey 2017-01-16 18:25:19 +01:00
parent b9082dbe94
commit 833400574f
1 changed files with 12 additions and 0 deletions

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
# Editor Configuration for p7utils - 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