mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-20 13:25:40 +02:00
Add .editorconfig file
Create a file to provide code formatting hints to editors with support for the [EditorConfig][] format. [EditorConfig]: http://editorconfig.org/
This commit is contained in:
parent
e94710ca64
commit
ddcba3820a
1 changed files with 5 additions and 0 deletions
5
.editorconfig
Normal file
5
.editorconfig
Normal file
|
@ -0,0 +1,5 @@
|
|||
root = true # Top-most editorconfig file
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 2
|
Loading…
Add table
Add a link
Reference in a new issue