xref: /plugin/combo/vendor/carica/phpcss/.editorconfig (revision 04fd306c7c155fa133ebb3669986875d65988276)
1# top-most EditorConfig file
2root = true
3
4# Unix-style newlines with a newline ending every file
5[*]
6end_of_line = lf
7insert_final_newline = true
8indent_style = space
9indent_size = 2
10charset = utf-8
11
12[*.bat]
13end_of_line = crlf
14