aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <marussy@mit.bme.hu>2021-06-30 11:42:41 +0200
committerLibravatar Kristóf Marussy <marussy@mit.bme.hu>2021-06-30 11:45:25 +0200
commita17708ac1ddcfa8dd53ff7be9bfb0e5ba43a0cea (patch)
treecf96b878b0d91ca7a806224960d3bd1d65f0aec8 /.editorconfig
parentFix enum literal scopes (diff)
downloadrefinery-a17708ac1ddcfa8dd53ff7be9bfb0e5ba43a0cea.tar.gz
refinery-a17708ac1ddcfa8dd53ff7be9bfb0e5ba43a0cea.tar.zst
refinery-a17708ac1ddcfa8dd53ff7be9bfb0e5ba43a0cea.zip
Convert to React app
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 16618cb1..72316034 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,scss}] 11[*.{html,js,json,jsx,scss}]
12indent_style = space 12indent_style = space
13indent_size = 2 13indent_size = 2
14 14