We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e16b782 commit 7c52c9bCopy full SHA for 7c52c9b
.editorconfig
@@ -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,7 +1,7 @@
## To-do
- [+] Update README.md
-- [ ] Add `.editorconfig` https://github.com/calcom/cal.com/blob/main/.editorconfig
+- [+] Add `.editorconfig` https://github.com/calcom/cal.com/blob/main/.editorconfig
- [ ] Check lint-staged
- [ ] Setup initial breakpoints
- [ ] Add to README.md info about FIXME and TODO comments
0 commit comments