view .editorconfig @ 30293:1a1f3ae76e74

Use underscores instead of CamelCase in jupyter_notebook classdef * scripts/miscellaneous/jupyter_notebook.m: Rename file, adapt classdef name. * scripts/miscellaneous/module.mk: Rename jupyter_notebook classdef. * test/jupyter-notebook/jupyter-notebook.tst: Rename file, adapt classdef name. * test/jupyter-notebook/module.mk: Rename jupyter-notebook.tst test file. * NEWS: Update classdef name.
author Abdallah Elshamy <abdallah.k.elshamy@gmail.com>
date Sat, 13 Nov 2021 12:26:07 -0500
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