0ff1014944
summary of changes, or for a more thorough overview: https://subversion.apache.org/docs/release-notes/1.14 NOTE 1: 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. NOTE 2: The upstream release also contains a fix for a security issue in mod_dav_svn (CVE-2020-17525), but since we do not build or use any Apache modules, it is not an issue for the FreeBSD base system. Relnotes: yes MFC after: 3 days
21 lines
335 B
INI
21 lines
335 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
|
|
indent_size = 8
|
|
|
|
[build-outputs.mk]
|
|
indent_style = tab
|
|
|
|
[build/generator/templates/build-outputs.mk.ezt]
|
|
indent_style = tab
|
|
|