File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
src/ScriptModuleRepositoryTemplate/TemplateRepoFiles Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11# This file should only include settings that affect the physical contents of the file, not just how it appears in an editor.
22# Do not include personal preference presentation settings like a tab's `indent_size` in this file; those should be specified
33# in a parent .editorconfig file outside of the repository.
4- # v1.7
4+ # v1.7 - Source: https://gist.github.com/deadlydog/bd000162e85c155b243a712c16f7411c
55
66# Ensure that personal preference presentation settings can be inherited from parent .editorconfig files.
77root = false
@@ -20,7 +20,6 @@ trim_trailing_whitespace = true
2020indent_style = space
2121indent_size = 2
2222
23-
2423# ### .NET Coding Conventions ####
2524
2625csharp_style_namespace_declarations = file_scoped
Original file line number Diff line number Diff line change 11# This file should only include settings that affect the physical contents of the file, not just how it appears in an editor.
22# Do not include personal preference presentation settings like a tab's `indent_size` in this file; those should be specified
33# in a parent .editorconfig file outside of the repository.
4- # v1.7
4+ # v1.7 - Source: https://gist.github.com/deadlydog/bd000162e85c155b243a712c16f7411c
55
66# Ensure that personal preference presentation settings can be inherited from parent .editorconfig files.
77root = false
@@ -20,7 +20,6 @@ trim_trailing_whitespace = true
2020indent_style = space
2121indent_size = 2
2222
23-
2423# ### .NET Coding Conventions ####
2524
2625csharp_style_namespace_declarations = file_scoped
You can’t perform that action at this time.
0 commit comments