blob: 39f48d95fa875a121fff724c692f48c6d2cbe1fb [file] [log] [blame]
Andrey Andreeva803d8f2017-01-05 11:44:07 +02001# 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
8
9# Matches multiple files with brace expansion notation
10# Set default charset
11[*]
12charset = utf-8
13
14# Tab indentation (no size specified)
15indent_style = tab