Skip to content

Commit

Permalink
🔧 chore: gitとエディタの設定を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
karoterra committed Jan 14, 2022
0 parents commit ccc4240
Show file tree
Hide file tree
Showing 3 changed files with 426 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
root = true

# All files
[*]
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true

# Each file extensions
[*.xml]
indent_size = 2

[.json]
indent_size = 2

[*.sln]
indent_style = tab
indent_size = 2

[*.{csproj,proj,projitems,shproj}]
indent_size = 2

[*.{props,targets}]
indent_size = 2

[*.xaml]
indent_size = 2

[*.cs]
indent_size = 4

dotnet_sort_system_directives_first = true
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto
Loading

0 comments on commit ccc4240

Please sign in to comment.