Skip to content

Commit 05aea15

Browse files
authored
Added editor config file (#6)
* 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```
1 parent a07540e commit 05aea15

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[*]
2+
indent_style = space
3+
tab_width = 4
4+
indent_size = 4

0 commit comments

Comments
 (0)