1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-09 16:26:59 +02:00

stripped out tab_width

This commit is contained in:
horst
2017-04-24 10:35:20 +02:00
committed by GitHub
parent 3337aff4d5
commit 64e9ca214d

View File

@@ -11,21 +11,18 @@ end_of_line = lf
[*.{php,inc,module}]
tab_width = 4
indent_style = tab
trim_trailing_whitespace = false
insert_final_newline = true
[*.js]
tab_width = 4
indent_style = tab
trim_trailing_whitespace = true
insert_final_newline = true
[*.{css,less,scss}]
tab_width = 2
indent_style = tab
trim_trailing_whitespace = true
insert_final_newline = true