| |
|
|
| root = true |
|
|
| [*] |
| ignore_if_in_header = This code was generated by a tool|<auto-generated> |
| indent_style = space |
| indent_size = 4 |
| |
| |
| |
| charset = utf-8 |
| trim_trailing_whitespace = true |
| insert_final_newline = true |
| |
| |
|
|
| [*.cs] |
| |
| formatters = generic, uncrustify |
|
|
| [*.asmdef] |
| scrape_api = true |
|
|
| [**/Tests/**.asmdef] |
| scrape_api = false |
|
|
| [*.Tests.asmdef] |
| scrape_api = false |
|
|
| [*.md] |
| indent_size = 2 |
| |
| trim_trailing_whitespace = false |
| |
| |
|
|
| [{Makefile,makefile}] |
| |
| indent_style = tab |
|
|
| [*.asmdef] |
| indent_size = 4 |
|
|
| [*.json] |
| indent_size = 2 |
|
|
| [*.{vcproj,bat,cmd,xaml,tt,t4,ttinclude}] |
| end_of_line = crlf |
|
|
| |
| |
| [*.{vcxproj,vcxproj.filters}] |
| indent_style = space |
| indent_size = 2 |
| end_of_line = crlf |
| charset = utf-8-bom |
| trim_trailing_whitespace = true |
| insert_final_newline = false |
| |
| [*.{csproj,pyproj,props,targets}] |
| indent_style = space |
| indent_size = 2 |
| end_of_line = crlf |
| charset = utf-8-bom |
| trim_trailing_whitespace = true |
| insert_final_newline = false |
| [*.{sln,sln.template}] |
| indent_style = tab |
| indent_size = 4 |
| end_of_line = crlf |
| charset = utf-8 |
| trim_trailing_whitespace = true |
| insert_final_newline = false |
|
|