Skip to content

Commit 7c52c9b

Browse files
committed
feat: editorconfig
1 parent e16b782 commit 7c52c9b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.editorconfig

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# See http://EditorConfig.org for more information
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# Every File
7+
[*]
8+
end_of_line = lf
9+
insert_final_newline = true
10+
trim_trailing_whitespace = true
11+
charset = utf-8
12+
indent_style = space
13+
indent_size = 2

TODO

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## To-do
22

33
- [+] Update README.md
4-
- [ ] Add `.editorconfig` https://github.com/calcom/cal.com/blob/main/.editorconfig
4+
- [+] Add `.editorconfig` https://github.com/calcom/cal.com/blob/main/.editorconfig
55
- [ ] Check lint-staged
66
- [ ] Setup initial breakpoints
77
- [ ] Add to README.md info about FIXME and TODO comments

0 commit comments

Comments
 (0)