Creating vite vue ts template: Setup editorconfig
Sardorbek Imomaliev
Posted on July 28, 2021
Setup editorconfig and config files
- Create editorconfig config file
touch .editorconfig
-
Update
.editorconfig
to look like this.
# EditorConfig is awesome: https://EditorConfig.org # top-most EditorConfig file root = true # Unix-style newlines with a newline ending every file [*] end_of_line = lf insert_final_newline = true charset = utf-8
git add .
git commit -m 'setup editorconfig
Links
Project
💖 💪 🙅 🚩
Sardorbek Imomaliev
Posted on July 28, 2021
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.