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
Top comments (0)