aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-11 22:40:53 +0530
committerLibravatar GitHub <noreply@github.com>2021-05-11 17:10:53 +0000
commited59e85fd0b1f7a534009e5ae3ac0b5f1f47d779 (patch)
treef43a038dc0343f340f05735df1c49f4412c6297f /.editorconfig
parentFixing issue with non-sso login for gmail + gdrive not working due to incompa... (diff)
downloadferdium-recipes-ed59e85fd0b1f7a534009e5ae3ac0b5f1f47d779.tar.gz
ferdium-recipes-ed59e85fd0b1f7a534009e5ae3ac0b5f1f47d779.tar.zst
ferdium-recipes-ed59e85fd0b1f7a534009e5ae3ac0b5f1f47d779.zip
Added missing hygiene stuff (#493)
Added husky and pre-commit hook to avoid CI exposing build breakages
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..4a7ea30
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,12 @@
1root = true
2
3[*]
4indent_style = space
5indent_size = 2
6end_of_line = lf
7charset = utf-8
8trim_trailing_whitespace = true
9insert_final_newline = true
10
11[*.md]
12trim_trailing_whitespace = false