1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-07 07:16:51 +02:00
Files
processwire/wire/.editorconfig
2022-07-29 11:37:32 -04:00

29 lines
470 B
INI

; This file is for unifying the coding style for different editors and IDEs.
; More information at http://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
[*.{php,inc,module}]
indent_style = tab
trim_trailing_whitespace = false
insert_final_newline = true
[*.js]
indent_style = tab
trim_trailing_whitespace = false
insert_final_newline = true
[*.{css,less,scss}]
indent_style = tab
trim_trailing_whitespace = false
insert_final_newline = true