b7ec5dea64
summary of changes, or for a more thorough overview: https://subversion.apache.org/docs/release-notes/1.14 NOTE: there is no need to dump and reload repositories, and the working copy format is still the same as Subversion 1.8 through 1.13. Relnotes: yes MFC after: 2 weeks X-MFC-With: r361677
20 lines
319 B
INI
20 lines
319 B
INI
# top-most EditorConfig file
|
|
# See http://editorconfig.org/
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = false
|
|
|
|
[**/Makefile*]
|
|
indent_style = tab
|
|
|
|
[build-outputs.mk]
|
|
indent_style = tab
|
|
|
|
[build/generator/templates/build-outputs.mk.ezt]
|
|
indent_style = tab
|
|
|