mirror of
https://github.com/processwire/processwire.git
synced 2025-08-10 00:37:02 +02:00
stripped out tab_width
This commit is contained in:
@@ -11,21 +11,18 @@ end_of_line = lf
|
|||||||
|
|
||||||
|
|
||||||
[*.{php,inc,module}]
|
[*.{php,inc,module}]
|
||||||
tab_width = 4
|
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
|
|
||||||
[*.js]
|
[*.js]
|
||||||
tab_width = 4
|
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
|
|
||||||
[*.{css,less,scss}]
|
[*.{css,less,scss}]
|
||||||
tab_width = 2
|
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
Reference in New Issue
Block a user