项目作者: PrinsFrank

项目描述 :
XML Schema Definitions for PHPStorm settings - for (readonly) settings repositories
高级语言:
项目地址: git://github.com/PrinsFrank/phpstorm-settings-xsd.git
创建时间: 2020-05-26T17:19:59Z
项目社区:https://github.com/PrinsFrank/phpstorm-settings-xsd

开源协议:

下载


How to use

Add the applicable scheme to the xml files. For example, for the code_scheme element, change:

  1. <code_scheme name="Default" version="X">
  2. ...
  3. </code_scheme>

to

  1. <code_scheme name="Default" version="X"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/PrinsFrank/phpstorm-settings-xsd/master/code_scheme.xsd">
  4. ...
  5. </code_scheme>