Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
latexindent
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andri Joos
latexindent
Compare revisions
7e3b61a9081e1920c167ae7d461dce943b99129a to f728cd77082fc2f49f3406371187aa78c5d343c4
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
andrijoos/latexindent
Select target project
No results found
f728cd77082fc2f49f3406371187aa78c5d343c4
Select Git revision
Swap
Target
andrijoos/latexindent
Select target project
andrijoos/latexindent
1 result
7e3b61a9081e1920c167ae7d461dce943b99129a
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
add indent for paragraph and subparagraph
· f0b8e424
Andri Joos
authored
5 months ago
f0b8e424
remove formatting for titleformat and titlespacing
· f728cd77
Andri Joos
authored
5 months ago
f728cd77
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
settings.yaml
+4
-2
4 additions, 2 deletions
settings.yaml
with
4 additions
and
2 deletions
settings.yaml
View file @
f728cd77
...
...
@@ -115,6 +115,8 @@ verbatimEnvironments:
verbatimCommands
:
verb
:
1
lstinline
:
1
titleformat
:
1
# Couldn't find another solution to prevent intending following lines, but is not a good fix, as it is not a verbatim command
titlespacing
:
1
# Couldn't find another solution to prevent intending following lines, but is not a good fix, as it is not a verbatim command
# no indent blocks (not necessarily verbatim
# environments) which are marked as %\begin{noindent}
...
...
@@ -296,10 +298,10 @@ indentAfterHeadings:
indentAfterThisHeading
:
4
level
:
5
paragraph
:
indentAfterThisHeading
:
0
indentAfterThisHeading
:
5
level
:
6
subparagraph
:
indentAfterThisHeading
:
0
indentAfterThisHeading
:
6
level
:
7
# maximum indentation, off by default
...
...
This diff is collapsed.
Click to expand it.