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

Updated indentation script for c/h/cc/hh files.

     + set utf-8 encoding.
     + delete trailing whitespaces.
parent 5417b27a
No related branches found
No related tags found
No related merge requests found
(c++-mode) (c++-mode)
(setq indent-tabs-mode nil) (setq indent-tabs-mode nil)
(indent-region (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) (save-buffer)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment