################################################################################ Unity Project - A Test Framework for C# .editorconfig - F. Zahn 2019################################################################################ This is the topmost .editorconfig fileroot = true# Settings that apply to all languages / files[*]charset = utf-8indent_size = 4indent_style = spaceinsert_final_newline = truetrim_trailing_whitespace = true[*.md]trim_trailing_whitespace = false[*.txt]trim_trailing_whitespace = false[*.rb]indent_size = 2[*.yml]indent_size = 2