From 0cf4be39a0ded8da17dd50acecdd14416e9db9f7 Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Sat, 3 Apr 2021 06:38:27 -0500 Subject: [PATCH] Add files via upload --- assets/symbols/atom.toml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 assets/symbols/atom.toml diff --git a/assets/symbols/atom.toml b/assets/symbols/atom.toml new file mode 100644 index 0000000..865f206 --- /dev/null +++ b/assets/symbols/atom.toml @@ -0,0 +1,29 @@ +# If true, this indicates that the symbol should always have + +# a symbol nested within its nesting area(s). + +always_nest = false + + + +# If true, this indicates that the symbol should always + +# be nested inside another symbol's nesting area. + +always_be_nested = false + + + +# If true, this indicates that the symbol should never + +# be nested inside another symbol's nesting area. + +never_be_nested = false + + + +# If true, this indicates that the symbol nested on this + +# symbol’s nesting area should have its colors inverted. + +invert_nested = true \ No newline at end of file