Subversion Repositories web.websvn

Rev

Rev 1 | Blame | Compare with Previous | Last modification | View Log

root = true

[.editorconfig]
charset           = utf-8
end_of_line         = lf
indent_size         = 4
indent_style        = tab
insert_final_newline    = true
tab_width         = 4
trim_trailing_whitespace  = true

[*.{css,php}]
charset           = utf-8
end_of_line         = lf
indent_size         = 4
indent_style        = tab
insert_final_newline    = true
tab_width         = 4
trim_trailing_whitespace  = true

[*.js]
charset           = utf-8
end_of_line         = lf
indent_size         = 4
indent_style        = space
insert_final_newline    = true
tab_width         = 4
trim_trailing_whitespace  = true

[*.tmpl]
charset           = utf-8
end_of_line         = lf
indent_size         = 2
indent_style        = space
insert_final_newline    = true
tab_width         = 2
trim_trailing_whitespace  = true