# EditorConfig is awesome: https://editorconfig.org # top-most EditorConfig file root = true [*.md] indent_style = space indent_size = 2 trim_trailing_whitespace = true [*.nix] indent_style = space indent_size = 2 trim_trailing_whitespace = true