blob: 618d3f1c43b9d6c1756414e2ba330256b066bfcc [file] [log] [blame]
yoshiaki.jitsukawa@sony.com81f3a2c2020-06-02 07:44:47 +00001# Editor configuration, see http://editorconfig.org
2
3[*.{c,cpp,h}]
4indent_style = space
5indent_size = 4
6tab_width = 4
7end_of_line = lf
yoshiaki.jitsukawa@sony.com81f3a2c2020-06-02 07:44:47 +00008insert_final_newline = true
9
10[{CMakeLists.txt,*.cmake}]
11indent_style = space
12end_of_line = lf
yoshiaki.jitsukawa@sony.com81f3a2c2020-06-02 07:44:47 +000013insert_final_newline = true
14
ysuzuki@apple.com258a5702020-07-25 02:59:34 +000015[project.pbxproj]
16indent_style = tab
17
yoshiaki.jitsukawa@sony.com81f3a2c2020-06-02 07:44:47 +000018[.editorconfig]
19indent_style = space
20indent_size = 4
21tab_width = 4
22end_of_line = lf
yoshiaki.jitsukawa@sony.com81f3a2c2020-06-02 07:44:47 +000023insert_final_newline = true