Skip to content
Snippets Groups Projects
Commit 3d91cf97 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Updated indentation script for matlab files.

 + set utf-8 encoding.
 + delete trailing whitespaces.
parent a4f563f9
Branches
Tags
No related merge requests found
......@@ -3,5 +3,6 @@
(setq matlab-indent-function-body nil)
(untabify (point-min) (point-max))
(indent-region (point-min) (point-max))
(set-buffer-file-coding-system 'unix)
(set-buffer-file-coding-system 'utf-8-unix)
(delete-trailing-whitespace)
(save-buffer)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment