Skip to content

Commit 4b4bcfa

Browse files
committed
chore: Update editorconfig to latest version
1 parent 411fab3 commit 4b4bcfa

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.editorconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.
77
root = false
@@ -20,7 +20,6 @@ trim_trailing_whitespace = true
2020
indent_style = space
2121
indent_size = 2
2222

23-
2423
#### .NET Coding Conventions ####
2524

2625
csharp_style_namespace_declarations = file_scoped

src/ScriptModuleRepositoryTemplate/TemplateRepoFiles/.editorconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.
77
root = false
@@ -20,7 +20,6 @@ trim_trailing_whitespace = true
2020
indent_style = space
2121
indent_size = 2
2222

23-
2423
#### .NET Coding Conventions ####
2524

2625
csharp_style_namespace_declarations = file_scoped

0 commit comments

Comments
 (0)