mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-27 22:24:58 +02:00
Create a file to provide code formatting hints to editors with support for the [EditorConfig][] format. [EditorConfig]: http://editorconfig.org/
5 lines
84 B
INI
5 lines
84 B
INI
root = true # Top-most editorconfig file
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|