summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorNeko7sora <75793267+Neko7sora@users.noreply.github.com>2023-02-14 13:13:34 +0900
committerGitHub <noreply@github.com>2023-02-14 13:13:34 +0900
commit7436a58ea17edf8758c29dfa9876816354ec6b1a (patch)
tree521ae1ab4fcfaa5b0703f421087840b281aede7d /.editorconfig
parentMerge branch 'develop' of https://github.com/misskey-dev/misskey into develop (diff)
downloadsharkey-7436a58ea17edf8758c29dfa9876816354ec6b1a.tar.gz
sharkey-7436a58ea17edf8758c29dfa9876816354ec6b1a.tar.bz2
sharkey-7436a58ea17edf8758c29dfa9876816354ec6b1a.zip
改行コードをLFに統一 (#9926)
* chore: update gitattribute editorconfig * Normalize all the line endings
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index edccf3a9d5..6db1367645 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -5,6 +5,7 @@ indent_style = tab
indent_size = 2
charset = utf-8
insert_final_newline = true
+end_of_line = lf
[*.yml]
indent_style = space