Bug 34801: Fix incorrect use of __() in .tt and .inc files (bug 34038 follow-up)
[koha.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
13
14 [*.json]
15 indent_size = 2
16
17 [*.yaml]
18 indent_size = 2
19 quote_type = single