Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2013-11-29 08:48:51 +0000
committerHenrik Rentz-Reichert2013-11-29 08:48:51 +0000
commitc273955b8645fc1d4ff249ead1c538f413ec2930 (patch)
tree762cec2eb40fba7b09033e8b3c649a3cc7521aec
parent1da5ebe4abdb1eb2679326c0b898fe77e883bf19 (diff)
downloadorg.eclipse.etrice-c273955b8645fc1d4ff249ead1c538f413ec2930.tar.gz
org.eclipse.etrice-c273955b8645fc1d4ff249ead1c538f413ec2930.tar.xz
org.eclipse.etrice-c273955b8645fc1d4ff249ead1c538f413ec2930.zip
added workspace mechanic task cdt_editor_code_style
-rw-r--r--team/mechanics/cdt_editor_code_style.epf5
1 files changed, 5 insertions, 0 deletions
diff --git a/team/mechanics/cdt_editor_code_style.epf b/team/mechanics/cdt_editor_code_style.epf
new file mode 100644
index 000000000..2627d97fa
--- /dev/null
+++ b/team/mechanics/cdt_editor_code_style.epf
@@ -0,0 +1,5 @@
+# @title Set CDT Editor code style
+# @description Sets a file template with copyright note.
+# @task_type RECONCILE
+file_export_version=3.0
+/instance/org.eclipse.cdt.ui/org.eclipse.cdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates><template autoinsert\="false" context\="org.eclipse.cdt.ui.text.codetemplates.filecomment_context" deleted\="false" description\="Comment for created C/C++ files" enabled\="true" id\="org.eclipse.cdt.ui.text.codetemplates.filecomment" name\="filecomment">/*******************************************************************************\r\n * Copyright (c) ${year} protos software gmbh (http\://www.protos.de).\r\n * All rights reserved. This program and the accompanying materials\r\n * are made available under the terms of the Eclipse Public License v1.0\r\n * which accompanies this distribution, and is available at\r\n * http\://www.eclipse.org/legal/epl-v10.html\r\n * \r\n * CONTRIBUTORS\:\r\n * \t\t${user} (initial contribution)\r\n * \r\n *******************************************************************************/\r\n</template></templates>

Back to the top