# EditorConfig is awesome: http://EditorConfig.org # top-most EditorConfig file root = true # Base rule, applies to everything [*] charset = utf-8 end_of_line = lf insert_final_newline = true indent_style = space indent_size = 2 trim_trailing_whitespace = true # some languages make syntactical use of trailing whitespace, # so it should not be stripped [*.md] trim_trailing_whitespace = false # Custom rules for specific file types: # [*.ext] # write some custom rules