editorconfig file (and reformatting all that's currently inconsistent) #4

Closed
opened 2024-07-12 20:26:21 -04:00 by dakrk · 1 comment
Owner

Currently the code comprises of different indentation styles throughout files, with some files even using both spaces and tabs for indentation, like the webapp's client.ts for example, as well as parts of msagent.js.

Therefore, ideally an editorconfig file should be put in place. But what should be enforced, tabs or spaces for indentation?

Currently the code comprises of different indentation styles throughout files, with some files even using both spaces and tabs for indentation, like the webapp's `client.ts` for example, as well as parts of msagent.js. Therefore, ideally an editorconfig file should be put in place. But what should be enforced, tabs or spaces for indentation?
Owner

Resolved by 1ad9ee14fe (Ideally, the yarn format) script should be run before every commit

Resolved by 1ad9ee14fe332fcb35c6a427a7037e7192e10a97 (Ideally, the `yarn format`) script should be run before every commit
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: computernewb/MSAgent-Chat#4
No description provided.