Blame | Last modification | View Log
; This file is for unifying the coding style for different editors and IDEs.; More information at http://editorconfig.orgroot = true[*]charset = utf-8end_of_line = lf[*.{php,inc,module}]indent_style = tabtrim_trailing_whitespace = falseinsert_final_newline = true[*.js]indent_style = tabtrim_trailing_whitespace = trueinsert_final_newline = true[*.{css,less,scss}]indent_style = tabtrim_trailing_whitespace = trueinsert_final_newline = true