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:
@@ -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
|
||||
|
Reference in New Issue
Block a user