You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-19 14:31:59 +00:00
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
This commit is contained in:
@@ -42,7 +42,6 @@
|
||||
#include "servers/visual/shader_language.h"
|
||||
|
||||
class ShaderTextEditor : public CodeTextEditor {
|
||||
|
||||
GDCLASS(ShaderTextEditor, CodeTextEditor);
|
||||
|
||||
Ref<Shader> shader;
|
||||
@@ -66,7 +65,6 @@ public:
|
||||
};
|
||||
|
||||
class ShaderEditor : public PanelContainer {
|
||||
|
||||
GDCLASS(ShaderEditor, PanelContainer);
|
||||
|
||||
enum {
|
||||
@@ -143,7 +141,6 @@ public:
|
||||
};
|
||||
|
||||
class ShaderEditorPlugin : public EditorPlugin {
|
||||
|
||||
GDCLASS(ShaderEditorPlugin, EditorPlugin);
|
||||
|
||||
bool _2d;
|
||||
|
||||
Reference in New Issue
Block a user