view .editorconfig @ 28297:1127bcb30e61 stable

Restore editor x-offset after highlight-all-occurrences double-click (bug #58372) * file-editor-tab.cc (file_editor_tab::handle_double_click): Use base class routine QsciScintillaBase::SendScintilla() to access SCI_GETXOFFSET and SCI_SETXOFFSET.
author Daniel J Sebald <daniel.sebald@ieee.org>
date Sat, 16 May 2020 03:46:38 -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