Skip to content

Commit

Permalink
chore: テキストファイルの改行コードがLFになるように設定を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
yutotnh committed Sep 16, 2023
1 parent 9c86df0 commit 764d9ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ AllowShortBlocksOnASingleLine: Never
AllowShortFunctionsOnASingleLine: None
ColumnLimit: 120
ReflowComments: false
UseCRLF: false
Standard: c++14
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf

0 comments on commit 764d9ea

Please sign in to comment.