You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding a .editorconfig file would make it possible to automatically configure things like indenting or line-endings in editors to match what is used in the project.
Right now my editor defaults to a tabsize of 4, however lemmy-ui uses a tabsize of 2. Adding a .editorconfig file would make the editor automatically set the correct tabsize for the project, so I wouldn't have to manually switch, if it's set wrong.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Adding a .editorconfig file would make it possible to automatically configure things like indenting or line-endings in editors to match what is used in the project.
Right now my editor defaults to a tabsize of 4, however lemmy-ui uses a tabsize of 2. Adding a .editorconfig file would make the editor automatically set the correct tabsize for the project, so I wouldn't have to manually switch, if it's set wrong.
Example:
https://editorconfig.org/
Beta Was this translation helpful? Give feedback.
All reactions