1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-28 17:10:04 +02:00

Various minor updates

This commit is contained in:
Ryan Cramer
2022-07-29 11:37:32 -04:00
parent 67d937b081
commit 94babead9d
6 changed files with 30 additions and 23 deletions

View File

@@ -18,11 +18,11 @@ insert_final_newline = true
[*.js]
indent_style = tab
trim_trailing_whitespace = true
trim_trailing_whitespace = false
insert_final_newline = true
[*.{css,less,scss}]
indent_style = tab
trim_trailing_whitespace = true
trim_trailing_whitespace = false
insert_final_newline = true