Skip to content

Commit

Permalink
.editorconfigの追加。
Browse files Browse the repository at this point in the history
  • Loading branch information
HAYATO committed Jul 4, 2020
1 parent b26005a commit 3bffe07
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[*]
charset = utf-8-bom
end_of_line = lf
insert_final_newline = false
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
7 changes: 4 additions & 3 deletions Implem.Pleasanter.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2026
# Visual Studio Version 16
VisualStudioVersion = 16.0.30225.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Implem.Libraries", "Implem.Libraries\Implem.Libraries.csproj", "{CBE3EE93-92E6-4347-842F-DE597048DA29}"
EndProject
Expand All @@ -25,6 +25,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Implem.Pleasanter.NetCore",
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C3803F6D-E5AE-44CC-AE9F-C907441572A4}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
LICENSE = LICENSE
README.md = README.md
README_Pleasanter.md = README_Pleasanter.md
Expand All @@ -50,7 +51,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Implem.SqlServer", "Rds\Imp
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Implem.PostgreSql", "Rds\Implem.PostgreSql\Implem.PostgreSql.csproj", "{DBFBDBBF-4E33-4CE0-A684-445B752A641B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Implem.Factory", "Implem.Factory\Implem.Factory.csproj", "{34F5C4BD-1CE6-40C1-BD84-3BA965615453}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Implem.Factory", "Implem.Factory\Implem.Factory.csproj", "{34F5C4BD-1CE6-40C1-BD84-3BA965615453}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit 3bffe07

Please sign in to comment.