diff options
| author | Neko7sora <75793267+Neko7sora@users.noreply.github.com> | 2023-02-14 13:13:34 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-14 13:13:34 +0900 |
| commit | 7436a58ea17edf8758c29dfa9876816354ec6b1a (patch) | |
| tree | 521ae1ab4fcfaa5b0703f421087840b281aede7d /.editorconfig | |
| parent | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop (diff) | |
| download | sharkey-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-- | .editorconfig | 1 |
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 |