How do I apply a set of formatting rules to an existing source file in emacs?
Specifically I have an assembly (*.s) file, but I would like a generic command
*.s
emacs will use the file name extension to identify the mode, you should add some assemble language mode style in your custom.el file