mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-19 21:03:11 -07:00
HTTPS link to editorconfig.org (#134)
This commit is contained in:
parent
2320697562
commit
07f4cc1926
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
## IDE-independent coding style via EditorConfig: http://editorconfig.org/
|
## IDE-independent coding style via EditorConfig: https://editorconfig.org/
|
||||||
|
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
|
@ -8,4 +8,4 @@ indent_size = 4
|
||||||
end_of_line = crlf
|
end_of_line = crlf
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue