mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-20 21:35:42 +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
|