tasks/.editorconfig
Hendrik Leppelsack 3035da3fb6 add .editorconfig
2015-07-13 13:01:25 +02:00

17 lines
340 B
INI

# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
# Set default charset and indentation
[*.{php,coffee,less}]
charset = utf-8
indent_style = tab
# Indentation override for PHP templates
[templates/**.php]
indent_style = space
indent_size = 4