# EditorConfig is awesome: https://EditorConfig.org # top-most EditorConfig file root = true [*] end_of_line = lf charset = utf-8 trim_trailing_whitespace = false insert_final_newline = false [*.{i6t,neptune,w}] indent_style = tab [*.json] indent_style = space indent_size = 4 [inform7/Tests/Test Cases/*.txt] indent_style = tab [resources/Documentation/**.txt] indent_style = tab