1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:38:11 +00:00
serenity/Userland/Libraries/LibGUI/GML
Idan Horowitz d4f08b3096 LibGUI: Enforce new GML newline and ordering guidelines
Specifically:
 * Properties must precede sub-object declarations.
 * There shouldn't be any newlines in-between properties.
 * There should be a newline in-between each sub-object.
 * Object declarations must include the curly braces.
 * There should be a newline between the properties of an object and
   it's sub-objects.
2022-02-13 02:36:35 +02:00
..
AST.h LibGUI: Enforce new GML newline and ordering guidelines 2022-02-13 02:36:35 +02:00
AutocompleteProvider.cpp LibGUI: Remove GML prefix in favor of proper namespace 2022-02-07 18:39:50 +01:00
AutocompleteProvider.h LibGUI: Remove GML prefix in favor of proper namespace 2022-02-07 18:39:50 +01:00
Formatter.h LibGUI: Move GML parsing and formatting to new AST 2022-02-07 18:39:50 +01:00
Lexer.cpp LibGUI: Remove GML prefix in favor of proper namespace 2022-02-07 18:39:50 +01:00
Lexer.h Userland: Undefine FOR_EACH_TOKEN_TYPE everywhere 2022-02-07 18:39:50 +01:00
Parser.cpp LibGUI: Enforce new GML newline and ordering guidelines 2022-02-13 02:36:35 +02:00
Parser.h LibGUI: Move GML parsing and formatting to new AST 2022-02-07 18:39:50 +01:00
SyntaxHighlighter.cpp LibGUI: Remove GML prefix in favor of proper namespace 2022-02-07 18:39:50 +01:00
SyntaxHighlighter.h LibGUI: Remove GML prefix in favor of proper namespace 2022-02-07 18:39:50 +01:00