Skip to content

Commit

Permalink
def.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-T committed May 2, 2023
1 parent d0e7168 commit 7fca855
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@
//Value "oem" means OS-dependant OEM encoding: cp437, cp850, cp852, cp866,
//cp874, shift-jis, gbk, uhc, big5.
//UTF-8 / UTF-16 / UTF-32 variants are not allowed here.
//Note: this option is global, not per-lexer.
"fallback_encoding": "ansi",

//[File]
Expand Down Expand Up @@ -422,6 +423,7 @@

//Maximal count of lines in document, for which app can calculate macros
//{offset_max} and {offset_caret}, for statusbar display.
//Note: this option is global, not per-lexer.
"max_lines_to_calc_offsets": 7000,

//[Lexers]
Expand Down
2 changes: 2 additions & 0 deletions app/settings_default/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@
//Value "oem" means OS-dependant OEM encoding: cp437, cp850, cp852, cp866,
//cp874, shift-jis, gbk, uhc, big5.
//UTF-8 / UTF-16 / UTF-32 variants are not allowed here.
//Note: this option is global, not per-lexer.
"fallback_encoding": "ansi",

//[File]
Expand Down Expand Up @@ -422,6 +423,7 @@

//Maximal count of lines in document, for which app can calculate macros
//{offset_max} and {offset_caret}, for statusbar display.
//Note: this option is global, not per-lexer.
"max_lines_to_calc_offsets": 7000,

//[Lexers]
Expand Down

0 comments on commit 7fca855

Please sign in to comment.