summaryrefslogtreecommitdiff
path: root/.config/fisher/github.com/matchai/spacefish/.editorconfig
diff options
context:
space:
mode:
authorRoger Gonzalez <rogergonzalez21@gmail.com>2019-12-29 14:58:33 -0300
committerRoger Gonzalez <rogergonzalez21@gmail.com>2019-12-29 14:58:33 -0300
commitefb336a23b65a9a2d56889396b13c1757bdaf354 (patch)
tree234e40115f79a84c8a755df6fb932cc6797e36e1 /.config/fisher/github.com/matchai/spacefish/.editorconfig
Initial commit
Diffstat (limited to '.config/fisher/github.com/matchai/spacefish/.editorconfig')
-rw-r--r--.config/fisher/github.com/matchai/spacefish/.editorconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/fisher/github.com/matchai/spacefish/.editorconfig b/.config/fisher/github.com/matchai/spacefish/.editorconfig
new file mode 100644
index 00000000..3032a2fe
--- /dev/null
+++ b/.config/fisher/github.com/matchai/spacefish/.editorconfig
@@ -0,0 +1,12 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+end_of_line = lf
+charset = utf-8
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[*.fish]
+indent_style = tab