aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-11-01 22:54:27 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-11-01 22:54:27 +0100
commit2417a6b7603524dc5cd30d29b153f91024b9443d (patch)
tree9be5ea8e5baba96dd9159217da6badf6157fb595 /.editorconfig
parent89ba3497f07a8ea43d209b583f39fcc286acc923 (diff)
downloadmitjafelicijan.com-2417a6b7603524dc5cd30d29b153f91024b9443d.tar.gz
Move to Jekyll
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig20
1 files changed, 19 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index ae26532..cc53074 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -5,9 +5,27 @@ charset = utf-8
5trim_trailing_whitespace = true 5trim_trailing_whitespace = true
6insert_final_newline = true 6insert_final_newline = true
7end_of_line = lf 7end_of_line = lf
8
9[Makefile]
10indent_style = tab
11indent_size = 4
12
13[*.c]
8indent_style = space 14indent_style = space
9indent_size = 2 15indent_size = 2
10 16
11[Makefile] 17[*.sh]
18indent_style = space
19indent_size = 4
20
21[*.go]
12indent_style = tab 22indent_style = tab
13indent_size = 4 23indent_size = 4
24
25[*.sql]
26indent_style = space
27indent_size = 2
28
29[*.{css,html,js,django}]
30indent_style = space
31indent_size = 2