diff options
| author | Armand Philippot <git@armandphilippot.com> | 2021-10-17 15:35:37 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2021-10-17 18:20:29 +0200 |
| commit | 22adbcd1eb5f4233f65cc4f195298c32cfaa156e (patch) | |
| tree | 5bbde76f8b6b8672a97485d1a47b1cbdf259c0b1 /.rtlcssrc | |
chore: initial commit
Add default configuration for dev tools and needed packages
Diffstat (limited to '.rtlcssrc')
| -rw-r--r-- | .rtlcssrc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.rtlcssrc b/.rtlcssrc new file mode 100644 index 0000000..2425875 --- /dev/null +++ b/.rtlcssrc @@ -0,0 +1,15 @@ +{ + "options": { + "autoRename": false, + "autoRenameStrict": false, + "blacklist": {}, + "clean": true, + "greedy": false, + "processUrls": false, + "stringMap": [], + "useCalc": false, + "aliases": {} + }, + "plugins": [], + "map": false +} |
