UNPKG

285 BPlain TextView Raw
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
10
11# Matches multiple files with brace expansion notation
12# Set default charset
13[*.{js}]
14charset = utf-8
\No newline at end of file