This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Code beautifier/formatter in Keil uVision 4

Is there a code beautifier/formatter included with Keil uVision 4?

The only options I could find was the Advanced Menu, I'm looking for something with more functionality (provide template with set of rules which is used to auto correct the code files.

If not can anyone provide suggestion for mostly C based project built on an OS for ARM based processor.

Parents
  • I do not want to force an editor on other developers
    I would hate to have an editor forced upon me, but there is no need. I can not think of any formatting standard that is 'editor dependent' e.g.
    both

    if (...){
    and
    if (...)
      {
    


    can be done with any editor.

    I have, on occasion, stated: "I will rather work with a standard I hate than no standard"

    Erik

Reply
  • I do not want to force an editor on other developers
    I would hate to have an editor forced upon me, but there is no need. I can not think of any formatting standard that is 'editor dependent' e.g.
    both

    if (...){
    and
    if (...)
      {
    


    can be done with any editor.

    I have, on occasion, stated: "I will rather work with a standard I hate than no standard"

    Erik

Children
No data