user3773632
user3773632

Reputation: 495

how can i import my own code style xml files in clion ?

I have my own code style in clion but i couldn't find xml files setting window.

here is picture about that.enter image description here

They said there will be xml files config/codestyles under my home directory, however i cannot find config/codestyles

Upvotes: 1

Views: 595

Answers (1)

thinwybk
thinwybk

Reputation: 4743

You have to navigate through the settings like follows: File / Settings… / Editor / Code Style / C/C++ / Manage… / Import… / Intellij IDEA code style XML / Select Path (to .xml file)

Upvotes: 1

Related Questions