view .editorconfig @ 28141:33d89d314d43

prevent removing all spaces instead of trailing ones (bug #57861) * file-editor-tab.cc (eol_string): return an end of file string in any case; (handle_save_file_as_answer, handle_save_file_as_answer_close): remove use of uninitialzed variables that were used when the eol mode was configurable while saving the file
author Torsten Lilge <ttl-octave@mailbox.org>
date Thu, 27 Feb 2020 23:22:30 +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