diff options
Diffstat (limited to 'src/MoonP/moon_compiler.h')
-rw-r--r-- | src/MoonP/moon_compiler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/MoonP/moon_compiler.h b/src/MoonP/moon_compiler.h index d22a95a..540f9e7 100644 --- a/src/MoonP/moon_compiler.h +++ b/src/MoonP/moon_compiler.h | |||
@@ -23,6 +23,7 @@ struct MoonConfig { | |||
23 | bool lintGlobalVariable = false; | 23 | bool lintGlobalVariable = false; |
24 | bool implicitReturnRoot = true; | 24 | bool implicitReturnRoot = true; |
25 | bool reserveLineNumber = true; | 25 | bool reserveLineNumber = true; |
26 | bool useSpaceOverTab = false; | ||
26 | int lineOffset = 0; | 27 | int lineOffset = 0; |
27 | }; | 28 | }; |
28 | 29 | ||