Bug 26265: (QA follow-up) Remove g option from regex, add few dirs
[koha-equinox.git] / .editorconfig
1 # top-most EditorConfig file (http://editorconfig.org)
2 root = true
3
4 [*]
5 # Unix-style newlines with a newline ending every file
6 end_of_line = lf
7 insert_final_newline = true
8 # 4 space indentation
9 indent_style = space
10 indent_size = 4
11 # New files charset should be UTF-8
12 charset = utf-8