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
* ADD: added .editorconfig file to force uniform editor settings
* FIX: .editor config to use spaces of width 4 instead of tab
Updated to use space because it is already using space of width 4 instead of tab so some error occured while using indent_style=tab and using tab for indentaion. error: ```Inconsistent use of tabs and spaces in indentation```
0 commit comments