mirror of
https://github.com/json-c/json-c.git
synced 2026-03-13 18:19:06 +08:00
Most of these sites support HTTPS (some forward to HTTPS when accessing the HTTP versions). Use HTTPS directly if supported. Some URLs led to 404 error pages. Adjusted the links to point to new locations. I did not adjust the Microsoft HTML Help Workshop link because it seems that this software is not available anymore. Instead of removing the link entirely I kept it there in case it helps someone to find the software on archived websites.
16 lines
261 B
INI
16 lines
261 B
INI
# EditorConfig
|
|
# https://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# LF end-of-line, insert an empty new line and UTF-8
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
charset = utf-8
|
|
|
|
# Tab indentation
|
|
[makefile,Makefile]
|
|
indent_style = tab
|