1*10816b52SSorin Basca<?xml version="1.0" encoding="UTF-8"?> 2*10816b52SSorin Basca 3*10816b52SSorin Basca<!-- 4*10816b52SSorin Basca Copyright 2020 Google Inc. 5*10816b52SSorin Basca 6*10816b52SSorin Basca Licensed under the Apache License, Version 2.0 (the "License"); 7*10816b52SSorin Basca you may not use this file except in compliance with the License. 8*10816b52SSorin Basca You may obtain a copy of the License at 9*10816b52SSorin Basca 10*10816b52SSorin Basca http://www.apache.org/licenses/LICENSE-2.0 11*10816b52SSorin Basca 12*10816b52SSorin Basca Unless required by applicable law or agreed to in writing, software 13*10816b52SSorin Basca distributed under the License is distributed on an "AS IS" BASIS, 14*10816b52SSorin Basca WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15*10816b52SSorin Basca See the License for the specific language governing permissions and 16*10816b52SSorin Basca limitations under the License. 17*10816b52SSorin Basca--> 18*10816b52SSorin Basca 19*10816b52SSorin Basca<?eclipse version="3.4"?> 20*10816b52SSorin Basca<plugin> 21*10816b52SSorin Basca <extension point="org.eclipse.jdt.core.javaFormatter"> 22*10816b52SSorin Basca <javaFormatter 23*10816b52SSorin Basca class="com.google.googlejavaformat.java.GoogleJavaFormatter" 24*10816b52SSorin Basca id="com.google.googlejavaformat.java.GoogleJavaFormatter" 25*10816b52SSorin Basca name="google-java-format"> 26*10816b52SSorin Basca </javaFormatter> 27*10816b52SSorin Basca </extension> 28*10816b52SSorin Basca</plugin> 29