Here is a part of my LaTeX code and what I want it to be:
...
\begin{table}
\begin{tabularx}{\textwidth}{|l|l|l|X|X|X|X|}
...
However, if I re-indent it in Sublime Text 3, it becomes:
...
\begin{table}
\begin{tabularx}{\textwidth}{|l|l|l|X|X|X|X|}
...
Then the folding function is also invalid, how do I fix this? I'm using LaTeXTools.
latexindent– Mar 10 '14 at 05:53\begin{center}\begin{table}is wrong. – egreg Mar 10 '14 at 08:32latexindentisn't available directly as a Sublime Text 3 plugin, though right? – obfuscation May 08 '14 at 09:36