aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <marussy@mit.bme.hu>2021-08-22 21:35:53 +0200
committerLibravatar Kristóf Marussy <marussy@mit.bme.hu>2021-08-22 21:36:34 +0200
commitc644cb26384cd126a1e71ce652b358e0a87e3b59 (patch)
tree19f29cb466098af0cbb742cb18a88d2a632643ec /.editorconfig
parentCovert language-web to TypeScript (diff)
downloadrefinery-c644cb26384cd126a1e71ce652b358e0a87e3b59.tar.gz
refinery-c644cb26384cd126a1e71ce652b358e0a87e3b59.tar.zst
refinery-c644cb26384cd126a1e71ce652b358e0a87e3b59.zip
Add ESLint config
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 72316034..8ef13825 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -8,7 +8,7 @@ insert_final_newline = true
8indent_style = tab 8indent_style = tab
9indent_size = 4 9indent_size = 4
10 10
11[*.{html,js,json,jsx,scss}] 11[*.{html,js,json,jsx,scss,ts,tsx}]
12indent_style = space 12indent_style = space
13indent_size = 2 13indent_size = 2
14 14