Remove duplicated indent config
All checks were successful
Update helpers / build_helpers (push) Successful in 13s
All checks were successful
Update helpers / build_helpers (push) Successful in 13s
This commit is contained in:
@@ -1,82 +0,0 @@
|
|||||||
# Use spaces for indent (because f*k tabs)
|
|
||||||
defaultIndent: " "
|
|
||||||
|
|
||||||
# Limit Number of backups
|
|
||||||
maxNumberOfBackups: 3
|
|
||||||
|
|
||||||
verbatimEnvironments:
|
|
||||||
verbatim: 1
|
|
||||||
lstlisting: 1
|
|
||||||
minted: 1
|
|
||||||
code: 1
|
|
||||||
|
|
||||||
indentRules:
|
|
||||||
recall: " "
|
|
||||||
remarks: " "
|
|
||||||
remark: " "
|
|
||||||
guides: " "
|
|
||||||
properties: " "
|
|
||||||
restrictions: " "
|
|
||||||
limitations: " "
|
|
||||||
terms: " "
|
|
||||||
notation: " "
|
|
||||||
usage: " "
|
|
||||||
task: " "
|
|
||||||
proof: " "
|
|
||||||
general: " "
|
|
||||||
simplebox: " "
|
|
||||||
definition: " "
|
|
||||||
theorem: " "
|
|
||||||
lemma: " "
|
|
||||||
corollary: " "
|
|
||||||
axiom: " "
|
|
||||||
fact: " "
|
|
||||||
proposition: " "
|
|
||||||
example: " "
|
|
||||||
formula: " "
|
|
||||||
conjugation: " "
|
|
||||||
forms: " "
|
|
||||||
|
|
||||||
lookForAlignDelims:
|
|
||||||
tables:
|
|
||||||
delims: 1
|
|
||||||
alignDoubleBackSlash: 1
|
|
||||||
spacesBeforeDoubleBackSlash: 1
|
|
||||||
multiColumnGrouping: 0
|
|
||||||
alignRowsWithoutMaxDelims: 1
|
|
||||||
spacesBeforeAmpersand: 1
|
|
||||||
spacesAfterAmpersand: 1
|
|
||||||
justification: left
|
|
||||||
alignFinalDoubleBackSlash: 0
|
|
||||||
dontMeasure: 0
|
|
||||||
delimiterRegEx: (?<!\\)(&)
|
|
||||||
delimiterJustification: left
|
|
||||||
lookForChildCodeBlocks: 1
|
|
||||||
alignContentAfterDoubleBackSlash: 0
|
|
||||||
spacesAfterDoubleBackSlash: 1
|
|
||||||
|
|
||||||
specialBeginEnd:
|
|
||||||
If:
|
|
||||||
begin: '\\If'
|
|
||||||
middle:
|
|
||||||
- '\\ElsIf'
|
|
||||||
- '\\Else'
|
|
||||||
end: '\\EndIf'
|
|
||||||
lookForThis: 1
|
|
||||||
For:
|
|
||||||
begin: '\\For'
|
|
||||||
end: '\\EndFor'
|
|
||||||
lookForThis: 1
|
|
||||||
Procedure:
|
|
||||||
begin: '\\Procedure'
|
|
||||||
end: '\\EndProcedure'
|
|
||||||
lookForThis: 1
|
|
||||||
Function:
|
|
||||||
begin: '\\Function'
|
|
||||||
end: '\\EndFunction'
|
|
||||||
lookForThis: 1
|
|
||||||
While:
|
|
||||||
begin: '\\While'
|
|
||||||
end: '\\EndWhile'
|
|
||||||
lookForThis: 1
|
|
||||||
specialBeforeCommand: 1
|
|
||||||
@@ -1,82 +0,0 @@
|
|||||||
# Use spaces for indent (because f*k tabs)
|
|
||||||
defaultIndent: " "
|
|
||||||
|
|
||||||
# Limit Number of backups
|
|
||||||
maxNumberOfBackups: 3
|
|
||||||
|
|
||||||
verbatimEnvironments:
|
|
||||||
verbatim: 1
|
|
||||||
lstlisting: 1
|
|
||||||
minted: 1
|
|
||||||
code: 1
|
|
||||||
|
|
||||||
indentRules:
|
|
||||||
recall: " "
|
|
||||||
remarks: " "
|
|
||||||
remark: " "
|
|
||||||
guides: " "
|
|
||||||
properties: " "
|
|
||||||
restrictions: " "
|
|
||||||
limitations: " "
|
|
||||||
terms: " "
|
|
||||||
notation: " "
|
|
||||||
usage: " "
|
|
||||||
task: " "
|
|
||||||
proof: " "
|
|
||||||
general: " "
|
|
||||||
simplebox: " "
|
|
||||||
definition: " "
|
|
||||||
theorem: " "
|
|
||||||
lemma: " "
|
|
||||||
corollary: " "
|
|
||||||
axiom: " "
|
|
||||||
fact: " "
|
|
||||||
proposition: " "
|
|
||||||
example: " "
|
|
||||||
formula: " "
|
|
||||||
conjugation: " "
|
|
||||||
forms: " "
|
|
||||||
|
|
||||||
lookForAlignDelims:
|
|
||||||
tables:
|
|
||||||
delims: 1
|
|
||||||
alignDoubleBackSlash: 1
|
|
||||||
spacesBeforeDoubleBackSlash: 1
|
|
||||||
multiColumnGrouping: 0
|
|
||||||
alignRowsWithoutMaxDelims: 1
|
|
||||||
spacesBeforeAmpersand: 1
|
|
||||||
spacesAfterAmpersand: 1
|
|
||||||
justification: left
|
|
||||||
alignFinalDoubleBackSlash: 0
|
|
||||||
dontMeasure: 0
|
|
||||||
delimiterRegEx: (?<!\\)(&)
|
|
||||||
delimiterJustification: left
|
|
||||||
lookForChildCodeBlocks: 1
|
|
||||||
alignContentAfterDoubleBackSlash: 0
|
|
||||||
spacesAfterDoubleBackSlash: 1
|
|
||||||
|
|
||||||
specialBeginEnd:
|
|
||||||
If:
|
|
||||||
begin: '\\If'
|
|
||||||
middle:
|
|
||||||
- '\\ElsIf'
|
|
||||||
- '\\Else'
|
|
||||||
end: '\\EndIf'
|
|
||||||
lookForThis: 1
|
|
||||||
For:
|
|
||||||
begin: '\\For'
|
|
||||||
end: '\\EndFor'
|
|
||||||
lookForThis: 1
|
|
||||||
Procedure:
|
|
||||||
begin: '\\Procedure'
|
|
||||||
end: '\\EndProcedure'
|
|
||||||
lookForThis: 1
|
|
||||||
Function:
|
|
||||||
begin: '\\Function'
|
|
||||||
end: '\\EndFunction'
|
|
||||||
lookForThis: 1
|
|
||||||
While:
|
|
||||||
begin: '\\While'
|
|
||||||
end: '\\EndWhile'
|
|
||||||
lookForThis: 1
|
|
||||||
specialBeforeCommand: 1
|
|
||||||
Reference in New Issue
Block a user