diff options
author | amzrk2 | 2021-02-10 17:03:02 +0800 |
---|---|---|
committer | amzrk2 | 2021-02-10 17:03:02 +0800 |
commit | 1e8348d088671298edc09f6e50a486e0d7c8fcdc (patch) | |
tree | e7509e6909d1fcc488023e8014cb6f1cbb7987cb /.editorconfig | |
parent | 8dd4d3133a3c3d32b080f6b4737b5384b44584d4 (diff) | |
download | hugo-theme-fuji-1e8348d088671298edc09f6e50a486e0d7c8fcdc.tar.gz hugo-theme-fuji-1e8348d088671298edc09f6e50a486e0d7c8fcdc.tar.bz2 hugo-theme-fuji-1e8348d088671298edc09f6e50a486e0d7c8fcdc.zip |
update: license
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 12 |
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 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false |