could you explicitly specify the last 4 rules?

I put in some values in there, as placeholders, feel free to change them, and I will follow
so we can have a standard, and developers can choose to have the same across plugins as well
This commit is contained in:
Aziz Khoury
2014-11-10 13:16:48 -05:00
parent c7e731f4c4
commit a17ecefd20

View File

@@ -2,3 +2,7 @@ root = true
[*.js, *.css, *.tpl]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false