| # top-most EditorConfig file |
| root = true |
| |
| # Windows-style newlines with a newline ending every file |
| [*] |
| # end_of_line = crlf |
| insert_final_newline = true |
| trim_trailing_whitespace = true |
| |
| [*.{c,cpp,h,hpp}] |
| indent_style = space |
| indent_size = 2 |
| cpp_new_line_before_open_brace_namespace = same_line |
| cpp_new_line_before_open_brace_type = same_line |
| cpp_new_line_before_open_brace_function = same_line |
| cpp_new_line_before_open_brace_class = same_line |
| cpp_new_line_before_open_brace_block = same_line |
| |
| [*.{diff,patch}] |
| trim_trailing_whitespace = false |