zoukankan      html  css  js  c++  java
  • Sublime Text 3 个人配置文件

     1 {
     2     "dpi_scale": 1.0,
     3     "draw_white_space": "selection",
     4     "fallback_encoding": "UTF-8",
     5     "font_face": "Monaco",
     6     "font_size": 11,
     7     "ignored_packages":
     8     [
     9         "Vintageous",
    10         "Vintage"
    11     ],
    12     "indent_guide_options":
    13     [
    14         "draw_active",
    15         "draw_normal"
    16     ],
    17     "line_padding_bottom": 1,
    18     "line_padding_top": 1,
    19     "rulers":
    20     [
    21         90
    22     ],
    23     "show_encoding": true,
    24     "tab_size": 4,
    25     "theme": "Soda Dark 3.sublime-theme",
    26     "translate_tabs_to_spaces": true,
    27     "update_check": false
    28 }
     1 —– BEGIN LICENSE —– 
     2 TwitterInc 
     3 200 User License 
     4 EA7E-890007 
     5 1D77F72E 390CDD93 4DCBA022 FAF60790 
     6 61AA12C0 A37081C5 D0316412 4584D136 
     7 94D7F7D4 95BC8C1C 527DA828 560BB037 
     8 D1EDDD8C AE7B379F 50C9D69D B35179EF 
     9 2FE898C4 8E4277A8 555CE714 E1FB0E43 
    10 D5D52613 C3D12E98 BC49967F 7652EED2 
    11 9D2D2E61 67610860 6D338B72 5CF95C69 
    12 E36B85CC 84991F19 7575D828 470A92AB 
    13 —— END LICENSE ——
    View Code
    https://packagecontrol.io/installation
    
    Anaconda
    Soda
    Djaneiro
    SublimeLinter-pyflakes
    SublimeLinter-pep8
    SublimeLinter-jshint
    SublimeLinter-pyyaml
    SublimeLinter-csslint
    SublimeLinter-html-tidy
    SublimeLinter-json
    GitGutter
    Markdown Preview
    View Code
     
     1 {
     2     "anaconda_linting": false,
     3     "dpi_scale": 1.0,
     4     "draw_white_space": "selection",
     5     "fallback_encoding": "UTF-8",
     6     "font_face": "Monaco",
     7     "font_size": 12,
     8     "ignored_packages":
     9     [
    10         "Vintage",
    11         "Vintageous"
    12     ],
    13     "indent_guide_options":
    14     [
    15         "draw_active",
    16         "draw_normal"
    17     ],
    18     "line_padding_bottom": 1,
    19     "line_padding_top": 1,
    20     "pep8":
    21     {
    22         "@disable": false,
    23         "args":
    24         [
    25         ],
    26         "excludes":
    27         [
    28         ],
    29         "ignore": "E501,C0301,W0142,W0402,R0201,E1101,E1102,C0103,R0901,R0903,R0904,C1001,W0223,W0232,W0201,E1103,R0801,C0111",
    30         "max-line-length": 100
    31     },
    32     "rulers":
    33     [
    34         100
    35     ],
    36     "show_encoding": true,
    37     "tab_size": 4,
    38     "theme": "Soda Dark 3.sublime-theme",
    39     "translate_tabs_to_spaces": true,
    40     "update_check": false
    41 }
    View Code
  • 相关阅读:
    kebernet--新手填坑
    CentOS7下yum安装Kubernetes
    Centos 7 下部署Django + uWSGI + Nginx
    IPV4地址学习笔记
    【转】性能测试报告模板 V1.0
    【转载】Nginx简介及使用Nginx实现负载均衡的原理
    分布下 session 共享同步
    GC 收集算法及几种收集器优缺点讲解
    单线程集合和多线程集合
    在linux中实现多网卡的绑定 介绍常见的7种Bond模式
  • 原文地址:https://www.cnblogs.com/jakeyChen/p/4755751.html
Copyright © 2011-2022 走看看