From ac055fc0b256efe681b03f3adc124db4fc107f02 Mon Sep 17 00:00:00 2001 From: Anton Ivanov Date: Mon, 28 Dec 2020 00:42:19 +0300 Subject: [PATCH] CLion setup: Reference clang-format alternative (#4492) Co-authored-by: Hugo Locurcio --- community/contributing/code_style_guidelines.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/community/contributing/code_style_guidelines.rst b/community/contributing/code_style_guidelines.rst index 7f554efc8..5d1b06c94 100644 --- a/community/contributing/code_style_guidelines.rst +++ b/community/contributing/code_style_guidelines.rst @@ -117,6 +117,8 @@ Here is a non-exhaustive list of beautifier plugins for some IDEs: - Visual Studio Code: `Clang-Format `__ - Visual Studio: `ClangFormat `__ - vim: `vim-clang-format `__ +- CLion: Starting from version ``2019.1``, no plugin is required. Instead, enable + `ClangFormat `__ (Pull requests welcome to extend this list with tested plugins.) @@ -159,7 +161,7 @@ Example: /* https://godotengine.org */ /*************************************************************************/ /* Copyright (c) 2007-2020 Juan Linietsky, Ariel Manzur. */ - /* Copyright (c) 2014-2020 Godot Engine contributors (cf. AUTHORS.md) */ + /* Copyright (c) 2014-2020 Godot Engine contributors (cf. AUTHORS.md). */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ @@ -204,7 +206,7 @@ Example: /* https://godotengine.org */ /*************************************************************************/ /* Copyright (c) 2007-2020 Juan Linietsky, Ariel Manzur. */ - /* Copyright (c) 2014-2020 Godot Engine contributors (cf. AUTHORS.md) */ + /* Copyright (c) 2014-2020 Godot Engine contributors (cf. AUTHORS.md). */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */