view .editorconfig @ 31538:46b0fd480ff6 stable

* be_BY.ts, ca_ES.ts: updated language files missing in previous patch
author Torsten Lilge <ttl-octave@mailbox.org>
date Thu, 24 Nov 2022 21:45:16 +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