mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-03 18:25:02 +08:00
Add .editorconfig (#1976)
EditorConfig is a configuration file to standardize file format settings across editors. See https://editorconfig.org/ for more information.
This commit is contained in:
parent
69bae070eb
commit
23a9915495
1 changed files with 5 additions and 0 deletions
5
.editorconfig
Normal file
5
.editorconfig
Normal file
|
@ -0,0 +1,5 @@
|
|||
root = true
|
||||
|
||||
[*.{html,js,css,scss,json,yml,yaml}]
|
||||
indent_size = 2
|
||||
indent_style = space
|
Loading…
Reference in a new issue