view .editorconfig @ 30592:939e69b45601 stable

publish.m: Update URLs. * scripts/miscellaneous/publish.m (format_text): Update URL string to current Octave documentation. Improve development version detection. Use https, also in comments. * scripts/miscellaneous/private/__publish_html_output__.m: Update to MathJax3. The latest minor will be chosen automatically, less maintanence.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 05 Jan 2022 15:46:56 +0900
parents 640ee0d531d0
children
line wrap: on
line source

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true

[*.{am,mk}]
indent_size = tab
indent_style = tab