# EditorConfig is awesome: https://EditorConfig.org # # VisualStudio: https://docs.microsoft.com/en-us/visualstudio/ide/create-portable-custom-editor-options?view=vs-2017 # top-most EditorConfig file root = true # Windows-style newlines with a newline ending every file [*] charset = utf-8 end_of_line = crlf insert_final_newline = true trim_trailing_whitespace = false # Matches multiple files with brace expansion notation [**.{h,c,cpp,hpp,cxx,rc}] # Set default charset charset = utf-8-bom # 2 space indentation indent_style = space indent_size = 2 tab_width = 2 [language/*.{h,rc}] charset = utf-8 [minipath/language/*.{h,rc}] charset = utf-8 [scintilla/**.{h,c,cpp,hpp,cxx}] charset = utf-8 # tab (w=4) indentation indent_style = tab indent_size = 4 tab_width = 4