# EditorConfig is awesome: http://EditorConfig.org # top-most EditorConfig file root = true # 4 space indentation [*] indent_style = space indent_size = 2 trim_trailing_whitespace = true