monkeytype/.editorconfig
SeerLite 23a9915495
Add .editorconfig (#1976)
EditorConfig is a configuration file to standardize file format settings
across editors.

See https://editorconfig.org/ for more information.
2021-10-10 16:09:32 +01:00

6 lines
87 B
INI

root = true
[*.{html,js,css,scss,json,yml,yaml}]
indent_size = 2
indent_style = space