I use clang-format
to format my source code. It's really handy, however, I'm facing an issue while working on Emacs. I separate my files into pages to keep them narrow, especially when dealing with large header files, this becomes really handy.
The thing is, in order to specify a page, you need to insert a special character 014
or ^L
, but clang-format
removes this character everything time I format. Is there any way to alter this behavior?