yoshiaki.jitsukawa@sony.com | 81f3a2c | 2020-06-02 07:44:47 +0000 | [diff] [blame] | 1 | # Editor configuration, see http://editorconfig.org |
| 2 | |
| 3 | [*.{c,cpp,h}] |
| 4 | indent_style = space |
| 5 | indent_size = 4 |
| 6 | tab_width = 4 |
| 7 | end_of_line = lf |
yoshiaki.jitsukawa@sony.com | 81f3a2c | 2020-06-02 07:44:47 +0000 | [diff] [blame] | 8 | insert_final_newline = true |
| 9 | |
| 10 | [{CMakeLists.txt,*.cmake}] |
| 11 | indent_style = space |
| 12 | end_of_line = lf |
yoshiaki.jitsukawa@sony.com | 81f3a2c | 2020-06-02 07:44:47 +0000 | [diff] [blame] | 13 | insert_final_newline = true |
| 14 | |
ysuzuki@apple.com | 258a570 | 2020-07-25 02:59:34 +0000 | [diff] [blame] | 15 | [project.pbxproj] |
| 16 | indent_style = tab |
| 17 | |
yoshiaki.jitsukawa@sony.com | 81f3a2c | 2020-06-02 07:44:47 +0000 | [diff] [blame] | 18 | [.editorconfig] |
| 19 | indent_style = space |
| 20 | indent_size = 4 |
| 21 | tab_width = 4 |
| 22 | end_of_line = lf |
yoshiaki.jitsukawa@sony.com | 81f3a2c | 2020-06-02 07:44:47 +0000 | [diff] [blame] | 23 | insert_final_newline = true |