File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ root = true
44charset = utf-8
55end_of_line = lf
66indent_size = 4
7- indent_style = space
7+ indent_style = tab
88insert_final_newline = true
99trim_trailing_whitespace = true
1010
Original file line number Diff line number Diff line change 1+ * text =auto eol =lf
2+
3+ * .css text diff =css
4+ * .js text diff =javascript
5+ * .json text diff =json
6+ * .md text diff =markdown
7+ * .php text diff =php
8+ * .xml text diff =xml
9+ * .yml text diff =yaml
10+
11+ # Ignore for export
12+ /.git export-ignore
13+ /.github export-ignore
14+ /.idea export-ignore
15+ /node_modules export-ignore
16+
17+ /.editorconfig export-ignore
18+ /.gitattributes export-ignore
19+ /.gitignore export-ignore
20+ /composer.json export-ignore
21+ /composer.lock export-ignore
22+ /package.json export-ignore
23+ /package-lock.json export-ignore
24+ /phpunit.xml export-ignore
25+ /README.md export-ignore
Original file line number Diff line number Diff line change 7272 border-radius : 0.2em ;
7373 padding : 0.25em ;
7474 position : absolute;
75- text-align : center;
76- font-weight : bold;
75+ text-align : center;
76+ font-weight : bold;
7777}
7878
7979/* Arrow below tooltip */
You can’t perform that action at this time.
0 commit comments