UNPKG

296 BPlain TextView Raw
1# This file is for unifying the coding style for different editors and IDEs
2# editorconfig.org
3
4root = true
5
6[*]
7end_of_line = lf
8charset = utf-8
9insert_final_newline = true
10trim_trailing_whitespace = true
11indent_style = space
12indent_size = 2
13max_line_length = 120
14
15[Makefile]
16indent_style = tab