blob: 9777c605e8e77c8a896accd901838ce711388bf3 [file] [log] [blame]
Bernie Innocenti474550f2019-07-05 15:39:28 +09001# To use this config with your editor, follow the instructions at:
2# https://editorconfig.org
3
4root = true
5
6[*]
7charset = utf-8
8insert_final_newline = true
9end_of_line = lf
10
11[*.{c,h,cpp,hpp,cc,sh,bp}]
12indent_style = space
13indent_size = 4