view .editorconfig @ 31188:be5f23b39ee3

gui: Update Octave Packages menu link (bug #62897). * libgui/src/main-window.cc (main_window::open_octave_packages_page): update url to https://packages.octave.org/index.html
author John Donoghue <john.donoghue@ieee.org>
date Mon, 15 Aug 2022 13:49:54 +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