root = true # Defaults [*] trim_trailing_whitespace = true insert_final_newline = true charset = utf-8 indent_size = 4 [*.cs] indent_style = tab # Settings Visual Studio uses for generated files [*.{csproj,resx,settings,vcxproj*,vdproj,xml,props,targets}] indent_style = space indent_size = 2 [*.pug] indent_style = tab [*.{ts,json,js,md,jsx,css,less}] indent_style = space [*.{tmx,yml}] indent_style = space indent_size = 2 [*.sh] end_of_line = lf