view .editorconfig @ 30539:c94757297640 stable

build: Disable visibility flags by default. * configure.ac (ENABLE_LIB_VISIBILITY_FLAGS): Change default to not using visibility flags on any platform.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 23 Dec 2021 19:57:12 +0100
parents 640ee0d531d0
children
line wrap: on
line source

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true

[*.{am,mk}]
indent_size = tab
indent_style = tab