Notepad3/.editorconfig
Rainer Kottenhoff bf2ee7db24 + add: Mark Occurences: show additional Bookmark (Arrows)
+ chg: Delete Bookmarks (Alt+F2): 1st delet occurrence markers then std. bookmarks
+ fix: scroll to cursor for selection start/end jumps
+ add: Bookmark context menu: clear marker type
+ fix: not intended "violett" bookmark
2020-08-23 12:09:11 +02:00

36 lines
756 B
INI

# EditorConfig is awesome: https://EditorConfig.org
#
# VisualStudio: https://docs.microsoft.com/en-us/visualstudio/ide/create-portable-custom-editor-options?view=vs-2019
# top-most EditorConfig file
root = true
# Windows-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = crlf
insert_final_newline = true
trim_trailing_whitespace = false
# Matches multiple files with brace expansion notation
[**.{h,c,cpp,hpp,cxx}]
# Set default charset
charset = utf-8
# space (w=2) indentation
indent_style = space
indent_size = 2
tab_width = 2
[**.{ini}]
charset = utf-8-sig
[language/**.{h,rc}]
charset = utf-8
# space (w=4) indentation
indent_style = space
indent_size = 4
tab_width = 4
[language/common_res.rc]
charset = latin1