Skip to content

Commit

Permalink
Remove comments from json file
Browse files Browse the repository at this point in the history
  • Loading branch information
jlelong committed Mar 26, 2024
1 parent 56e2dc9 commit 70d2764
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions languages/latex-cpp-embedded-language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
},
"onEnterRules": [
{
// Decrease indentation after single line if/else if/else, for, or while
"previousLineText": "^\\s*(((else ?)?if|for|while)\\s*\\(.*\\)\\s*|else\\s*)$",
// But make sure line doesn't have braces or is not another if statement
"beforeText": "^\\s+([^{i\\s]|i(?!f\\b))",
"action": {
"indent": "outdent"
Expand Down

0 comments on commit 70d2764

Please sign in to comment.