From e4f53f2598728bc649b14c8ce5acb58c2019507a Mon Sep 17 00:00:00 2001 From: ·𐑑𐑴𐑕𐑑𐑩𐑤 Date: Wed, 10 Dec 2025 13:00:20 +0000 Subject: onset --- .editorconfig | 21 +++++++++++++++++++++ README.rst | 8 ++++++++ 2 files changed, 29 insertions(+) create mode 100644 .editorconfig create mode 100644 README.rst diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..2dc0099 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,21 @@ +# http://editorconfig.org/ + +# Tabs are preferred where possible; this is the only accessible choice + +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = tab +trim_trailing_whitespace = true + +[*.rst] +indent_style = unset +indent_size = unset + +# Spaces are practically required for Nix C++ as magic strings won’t work +[*.nix] +indent_style = space +indent_size = 3 diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..e91e054 --- /dev/null +++ b/README.rst @@ -0,0 +1,8 @@ +=============================================================================== +Nixtamal +=============================================================================== + +Pronunciation + /ˈnɪʃˌtəmˌal/ *or* /ˈnɪksˌtəˌmal/ +Maker + toastal -- cgit v1.2.3