Updated Branches: refs/heads/master f414aad4c -> 1f8a32fa6
[HELIX-198] Unify helix code style, rb=13710, add missing header Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/1f8a32fa Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/1f8a32fa Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/1f8a32fa Branch: refs/heads/master Commit: 1f8a32fa6cc56f12ec5c5d82f7687c00f4f743d6 Parents: f414aad Author: zzhang <[email protected]> Authored: Wed Aug 21 17:13:18 2013 -0700 Committer: zzhang <[email protected]> Committed: Wed Aug 21 17:13:18 2013 -0700 ---------------------------------------------------------------------- helix-style.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/1f8a32fa/helix-style.xml ---------------------------------------------------------------------- diff --git a/helix-style.xml b/helix-style.xml index 369598e..04dc0f5 100644 --- a/helix-style.xml +++ b/helix-style.xml @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + <profiles version="12"> <profile kind="CodeFormatterProfile" name="Helix" version="12"> <setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags" value="do not insert"/>
