mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-05 10:14:05 +00:00
Add -strict-style flag: Enforces code style stricter whilst parsing, requiring such things as trailing commas
This commit is contained in:
@@ -196,6 +196,7 @@ struct BuildContext {
|
||||
bool keep_object_files;
|
||||
bool disallow_do;
|
||||
bool insert_semicolon;
|
||||
bool strict_style;
|
||||
|
||||
bool ignore_warnings;
|
||||
bool warnings_as_errors;
|
||||
|
||||
Reference in New Issue
Block a user