# EditorConfig is awesome: http://EditorConfig.org # top-most EditorConfig file root = true # Default settings: # A newline ending every file # Use 2 spaces as indentation # Trim trailing whitespace [*] indent_style = space insert_final_newline = true trim_trailing_whitespace = true charset = utf-8 end_of_line = lf indent_size = 2