If this indentation is really valid
| 214 | } |
| 215 | // If this indentation is really valid |
| 216 | bool isValid() const { |
| 217 | return indentationTabWidth != 0 || indentWidth != 0; |
| 218 | } |
| 219 | |
| 220 | // The length of one tab used for indentation. |
| 221 | // Zero if unknown, -1 if tabs should not be used for indentation |