view .editorconfig @ 31346:3b632e0740d2

settings-dialog.ui: correct property string typo from edccb7c1c8ec settings-dialog.ui: correct edtior to editor.
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Tue, 25 Oct 2022 18:57:50 -0400
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